home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineSprite_1014 / frame_4 / PlaceObject2_1012_9 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2010-11-09  |  176b  |  11 lines

  1. onClipEvent(load){
  2.    for(var i in this)
  3.    {
  4.       this[i]._name = gameMain.getName();
  5.    }
  6.    for(var i in this)
  7.    {
  8.       gameMain.mapArray.push(this[i]);
  9.    }
  10. }
  11.